Skip to content

Commit f7a74bd

Browse files
committed
add function to get active taxonomy as YAML or JSON
1 parent db507eb commit f7a74bd

File tree

4 files changed

+503
-11
lines changed

4 files changed

+503
-11
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repos:
99
- id: check-merge-conflict
1010
- id: debug-statements
1111
- repo: https://github.com/psf/black
12-
rev: 24.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
files: "^kitsune/"
1616
exclude: "^.*/migrations/.*$|kitsune/sumo/db_strings.py"
1717
language_version: python3.11
1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.1
19+
rev: 7.2.0
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -28,18 +28,19 @@ repos:
2828
- prettier-plugin-svelte@3.1.2
2929
files: "^svelte/"
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.12.0
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
# Add to the "additional_dependencies" list below any poetry
3535
# dependencies or their stub packages that provide type hints.
3636
additional_dependencies:
37-
- boto3-stubs==1.34.17
37+
- boto3-stubs==1.38.8
3838
- types-redis==4.6.0.20240106
39-
- types-requests==2.31.0.20240106
40-
- types-bleach==6.1.0.1
41-
- types-python-dateutil==2.8.19.20240106
42-
- types-simplejson==3.19.0.2
39+
- types-requests==2.32.0.20250328
40+
- types-bleach==6.2.0.20241123
41+
- types-python-dateutil==2.9.0.20241206
42+
- types-simplejson==3.20.0.20250326
43+
- types-PyYAML==6.0.12.20250402
4344
files: "^kitsune/"
4445
exclude: "/migrations/"
4546

0 commit comments

Comments
 (0)